Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.audit.relations.web--event

This contribution is part of XML component org.nuxeo.ecm.platform.audit.relations.web inside nuxeo-platform-relations-web-9.10.jar /OSGI-INF/audit-contrib.xml

Documentation

Log after relation events

Extension Point

Extension point event of component NXAuditEventsService.

Contributed Items

  • <event name="afterRelationCreation"/>
  • <event name="afterRelationModification"/>
  • <event name="afterRelationRemoval"/>

XML Source

<extension point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
    <documentation>Log after relation events</documentation>
    <event name="afterRelationCreation"/>
    <event name="afterRelationModification"/>
    <event name="afterRelationRemoval"/>
  </extension>